What is this file for?

ACCESSING THE /source DIRECTORY

Example 1: Source some code and run a function

# Example 1: Note relative path, which can be read: Up one
# directory(..), down into source (/source), and
# then "source" an R file (data_access.R)
source("../source/data_access.R")
data_access_test()
## [1] "Hello: World!"

Example 2: Initialize a variable and then use it

# Example 1: This function was "sourced" above
msg <- data_access_test(" Morgan!")

Hello: Morgan! Hope you have a good day!!

ABOUT THIS FILE:

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

summary(cars)
##      speed           dist       
##  Min.   : 4.0   Min.   :  2.00  
##  1st Qu.:12.0   1st Qu.: 26.00  
##  Median :15.0   Median : 36.00  
##  Mean   :15.4   Mean   : 42.98  
##  3rd Qu.:19.0   3rd Qu.: 56.00  
##  Max.   :25.0   Max.   :120.00

Summary Tables

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
## Warning: package 'tidyverse' was built under R version 4.2.2
## ── Attaching packages
## ───────────────────────────────────────
## tidyverse 1.3.2 ──
## ✔ ggplot2 3.3.6     ✔ purrr   0.3.5
## ✔ tibble  3.1.8     ✔ stringr 1.4.1
## ✔ tidyr   1.2.1     ✔ forcats 0.5.2
## ✔ readr   2.1.3     
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
## Warning in read.spss("https://github.com/info201b-au2022/project-
## azukiplus/blob/main/data/2018_2019_ANP_online.sav?raw=true", : C:
## \Users\ashle\AppData\Local\Temp\RtmpM74l6T\file50b863ae7bd8: Very long
## string record(s) found (record type 7, subtype 14), each will be imported in
## consecutive separate variables
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 1921, 1925,
## 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939,
## 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952,
## 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965,
## 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978,
## 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991,
## 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 added in variable: b_d2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_14
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12_99
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_d12a_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c3c_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c4b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c5b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c6a_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c7b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_14
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_15
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_16
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_17
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_18
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_19
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_20
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_21
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_22
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_23
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_24
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_25
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_26
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_27
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_28
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_29
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_30
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_31
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_32
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_33
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_34
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_35
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_36
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_37
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_38
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_39
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_40
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_41
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_42
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_43
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_44
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_45
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_46
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_47
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_48
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_49
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_50
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c10_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11a_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11b_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11c_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c11d_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c13b_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c14c_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c16b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c16b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c16b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c16b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_c16b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/
## blob/main/data/2018_2019_ANP_online.sav?raw=true", : Duplicated levels in
## factor b_provweb: Atlantic Lottery Corporation online games, Atlantic Lottery
## Corporation online games, Atlantic Lottery Corporation online games
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/
## blob/main/data/2018_2019_ANP_online.sav?raw=true", : Duplicated levels in factor
## b_provlotto: Western 649, Western Max, Poker Lotto, Atlantic 49, Poker Lotto,
## Atlantic 49, Poker Lotto, Western 649, Western Max, Poker Lotto, Western 649,
## Western Max, Poker Lotto, Atlantic 49, Poker Lotto, Western 649, Western Max,
## Poker Lotto, Western 649, Western Max, Poker Lotto
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g1c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g2c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g2c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g2c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g2c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g3c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4b_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g4c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g5c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g6c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g6c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g6c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g6c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7b_14
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g7c_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_g8b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G1A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G2A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G3A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G4A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G5A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G6A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G7A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gamblingtype_G8A
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gm1a_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm2b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm2b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm2b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm2b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm3b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm3b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm3b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm3b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm4b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm4b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm4b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_ghm4b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gfh1b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp24a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp27_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp27_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp27_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp27_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: b_gp29_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c4b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c5b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c6a_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c7b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_14
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_15
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_16
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_17
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_18
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_19
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_20
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_21
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_22
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_23
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_24
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_25
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_26
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_27
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_28
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_29
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_30
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_31
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_32
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_33
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_34
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_35
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_36
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_37
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_38
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_39
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_40
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_41
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_42
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_43
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_44
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_45
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_46
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_47
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_48
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_49
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_50
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c10_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11a_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11b_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11c_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c11d_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c13b_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c14c_97
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c16b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c16b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c16b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c16b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_c16b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/
## blob/main/data/2018_2019_ANP_online.sav?raw=true", : Duplicated levels in
## factor F_provweb: Atlantic Lottery Corporation online games, Atlantic Lottery
## Corporation online games, Atlantic Lottery Corporation online games
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/
## blob/main/data/2018_2019_ANP_online.sav?raw=true", : Duplicated levels in factor
## F_provlotto: Western 649, Western Max, Poker Lotto, Atlantic 49, Poker Lotto,
## Atlantic 49, Poker Lotto, Western 649, Western Max, Poker Lotto, Atlantic 49,
## Poker Lotto, Western 649, Western Max, Poker Lotto, Western 649, Western Max,
## Poker Lotto
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g1c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g2c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g2c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g2c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g2c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_3b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g3c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4b_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g4c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g5c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g6c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g6c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g6c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g6c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7b_14
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g7c_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_g8b_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gm1a_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_pgsicategory_GP9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP4ppgm1a
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP5ppgm1b
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP7ppgm4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP8ppgm7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP10ppgm2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP11ppgm3a
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP12ppgm3b
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP13ppgm5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP14ppgm6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP15ppgm8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP16ppgm10a
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP17ppgm10b
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP18ppgm11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP19ppgm12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_ppgmcategory_GP20ppgm13
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp24a_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp27_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp27_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp27_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp27_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_7_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_1_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_2_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_3_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_4_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_5_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_6_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_GP29B_8_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_1
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_2
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_3
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_4
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_5
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_6
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_7
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_8
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_9
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_10
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_11
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_12
## Warning in read.spss("https://github.com/info201b-au2022/project-azukiplus/blob/
## main/data/2018_2019_ANP_online.sav?raw=true", : Undeclared level(s) 0 added in
## variable: F_gp29d_97
Age ranges number percentage
Between 18 and 24 481 4.72
Between 25 and 34 1335 13.09
Between 35 and 44 1543 15.13
Between 45 and 54 1985 19.46
Between 55 and 64 2459 24.11
Between 65 and 74 1865 18.29
75 or older 531 5.21

Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

Charts

## Warning: package 'plotly' was built under R version 4.2.2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
## 
## Attaching package: 'RCurl'
## The following object is masked from 'package:tidyr':
## 
##     complete